JMGetSessionProperty
Obtains a property value for an existing session.
OSStatus JMGetSessionProperty ( JMSessionRef session, const JMTextRef propertyName, JMTextRef* propertyValue;
session
- The session whose property value you wish to obtain.
propertyName
- A text object holding the name of the property whose value you want to obtain.
propertyValue
- A pointer to the text object holding the property value. on return, this location contains the value of
propertyName
.- function result
- A result code; see "JManager Result Codes".
DISCUSSION
This function corresponds to the Java methodjava.lang.System.getProperty
.SEE ALSO
TheJMPutSessionProperty
function.